From b75b1cd920efd61923f7b2dbc4c49987b7b0c4e1 Mon Sep 17 00:00:00 2001 From: dujinkim Date: Thu, 20 Nov 2025 10:25:41 +0000 Subject: (최겸) 구매 입찰 수정 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/api/files/[...path]/route.ts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'app/api/files/[...path]/route.ts') diff --git a/app/api/files/[...path]/route.ts b/app/api/files/[...path]/route.ts index 90c95458..ebc79786 100644 --- a/app/api/files/[...path]/route.ts +++ b/app/api/files/[...path]/route.ts @@ -56,7 +56,11 @@ const isAllowedPath = (requestedPath: string): boolean => { 'general-contract-templates', 'purchase-requests', 'projects', - 'vendor-evaluation/attachments' + 'vendor-evaluation/attachments', + 'biddings', + 'bidding', + 'bid_attachment', + 'bid' ]; return allowedPaths.some(allowed => -- cgit v1.2.3